blob: 9213c0d2341b50d54cc6174b768516ab426689cb [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
pub type foo =
::std::option::Option<unsafe extern "C" fn(arg1: ::std::os::raw::c_int)>;
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct Foo<T, U> {
pub _address: u8,
pub _phantom_0: ::std::marker::PhantomData<T>,
pub _phantom_1: ::std::marker::PhantomData<U>,
}
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>;
impl <T, U> Default for Foo<T, U> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}