pub type SpUpdateCredentialsFn = Option<unsafe extern "system" fn(contexthandle: usize, credtype: *const GUID, flatcreduicontextlength: u32, flatcreduicontext: *const u8) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum SpUpdateCredentialsFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: *const GUID, _: u32, _: *const u8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: *const GUID, _: u32, _: *const u8) -> i32)

Some value of type T.