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

Required features: "Win32_Foundation"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.