pub type LPNSPSTARTUP = Option<unsafe extern "system" fn(lpproviderid: *const GUID, lpnsproutines: *mut NSP_ROUTINE) -> i32>;
Expand description

Required features: "Win32_Foundation", "Win32_System_Com", "Win32_System_IO"

Aliased Type§

enum LPNSPSTARTUP {
    None,
    Some(unsafe extern "system" fn(_: *const GUID, _: *mut NSP_ROUTINE) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const GUID, _: *mut NSP_ROUTINE) -> i32)

Some value of type T.