pub type EXTS_TABLE_ENTRY_CALLBACK = Option<unsafe extern "system" fn(entry: u64, context: *mut c_void) -> BOOLEAN>;

Aliased Type§

enum EXTS_TABLE_ENTRY_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: u64, _: *mut c_void) -> BOOLEAN),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u64, _: *mut c_void) -> BOOLEAN)

Some value of type T.