Type Alias SpUpdateCredentialsFn

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.