Type Alias shadow_rs::cshadow::LegacyFileFunctionTable

source ·
pub type LegacyFileFunctionTable = _LegacyFileFunctionTable;

Aliased Type§

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

Fields§

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