pub type LPNOTIFCALLBACK = Option<unsafe extern "system" fn(lpvcontext: *mut c_void, cnotification: u32, lpnotifications: *mut NOTIFICATION) -> i32>;

Aliased Type§

enum LPNOTIFCALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut NOTIFICATION) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut NOTIFICATION) -> i32)

Some value of type T.