blob: 3883879d28a78cc4e0eef9490f81205f8970ca75 [file] [log] [blame]
#![allow(
dead_code,
non_snake_case,
non_camel_case_types,
non_upper_case_globals
)]
pub type foo =
::std::option::Option<unsafe extern "C" fn(arg1: ::std::os::raw::c_int)>;
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct Foo {
pub _address: u8,
}
pub type Foo_Char<T> = T;
pub type Foo_FooPtrTypedef<T> = *mut Foo_Char<T>;
pub type Foo_nsCOMArrayEnumFunc<T> = ::std::option::Option<
unsafe extern "C" fn(
aElement: *mut T,
aData: *mut ::std::os::raw::c_void,
) -> bool,
>;