Type Alias shadow_rs::cshadow::LegacyFileFreeFunc

source ·
pub type LegacyFileFreeFunc = Option<unsafe extern "C-unwind" fn(descriptor: *mut LegacyFile)>;

Aliased Type§

enum LegacyFileFreeFunc {
    None,
    Some(unsafe extern "C-unwind" fn(_: *mut [u64; 5])),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: *mut [u64; 5]))

Some value of type T.