Type Alias LegacyFileFunctionTable

Source
pub type LegacyFileFunctionTable = _LegacyFileFunctionTable;

Aliased Type§

#[repr(C)]
pub 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>)>