blob: 32be9f682b6990dc5a4acdec15da8ecc2e25e7cf [file] [log] [blame]
/* automatically generated by rust-bindgen */
#![allow(non_snake_case)]
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct VariadicFunctionObject<T> {
pub _address: u8,
pub _phantom_0: ::std::marker::PhantomData<T>,
}
impl <T> Default for VariadicFunctionObject<T> {
fn default() -> Self { unsafe { ::std::mem::zeroed() } }
}