Type Alias SpGetContextTokenFn
pub type SpGetContextTokenFn = Option<unsafe extern "system" fn(contexthandle: usize, impersonationtoken: *mut HANDLE) -> NTSTATUS>;Aliased Type§
pub enum SpGetContextTokenFn {
None,
Some(unsafe extern "system" fn(usize, *mut HANDLE) -> NTSTATUS),
}