• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #![allow(
2     dead_code,
3     non_snake_case,
4     non_camel_case_types,
5     non_upper_case_globals
6 )]
7 
8 extern "C" {
9     #[link_name = "\u{1}_Z20operator_informationv"]
operator_information() -> ::std::os::raw::c_int10     pub fn operator_information() -> ::std::os::raw::c_int;
11 }
12 #[repr(C)]
13 #[derive(Debug, Copy, Clone)]
14 pub struct Foo {
15     _unused: [u8; 0],
16 }
17