Type Alias PFN_SC_NOTIFY_CALLBACK

Source
pub type PFN_SC_NOTIFY_CALLBACK = Option<unsafe extern "C" fn(pParameter: PVOID)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.