Type Alias LegacyFileCloseFunc

Source
pub type LegacyFileCloseFunc = Option<unsafe extern "C-unwind" fn(descriptor: *mut LegacyFile, host: *const Host)>;

Aliased Type§

pub enum LegacyFileCloseFunc {
    None,
    Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>, *const Host)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>, *const Host))

Some value of type T.