blob: f882c65d5487bcea28353354d704b8e944085b30 [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct Proxy<T, Args> {
pub _address: u8,
pub _phantom_0: ::std::marker::PhantomData<T>,
pub _phantom_1: ::std::marker::PhantomData<Args>,
}
pub type Proxy_foo<T> =
::std::option::Option<unsafe extern "C" fn(bar: *mut T)>;
impl <T, Args> Default for Proxy<T, Args> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}