winapi::um::winnt

Type Alias PFLS_CALLBACK_FUNCTION

Source
pub type PFLS_CALLBACK_FUNCTION = Option<unsafe extern "system" fn(lpFlsData: PVOID)>;

Aliased Type§

enum PFLS_CALLBACK_FUNCTION {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void))

Some value of type T.