shadow_rs::cshadow

Type Alias LegacyFileFunctionTable

source
pub type LegacyFileFunctionTable = _LegacyFileFunctionTable;

Aliased Type§

struct LegacyFileFunctionTable {
    pub close: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>, _: *const Host)>,
    pub cleanup: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>,
    pub free: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>,
}

Fields§

§close: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>, _: *const Host)>§cleanup: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>§free: Option<unsafe extern "C-unwind" fn(_: *mut __BindgenOpaqueArray<u64, 5>)>