pub type PFAST_IO_MDL_READ = Option<unsafe extern "system" fn() -> BOOLEAN>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFAST_IO_MDL_READ {
    None,
    Some(unsafe extern "system" fn() -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> u8)

Some value of type T.