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),
}