Type Alias windows::Win32::Security::Authentication::Identity::PLSA_GET_USER_AUTH_DATA
pub type PLSA_GET_USER_AUTH_DATA = Option<unsafe extern "system" fn(userhandle: *const c_void, userauthdata: *mut *mut u8, userauthdatasize: *mut u32) -> NTSTATUS>;
Aliased Type§
enum PLSA_GET_USER_AUTH_DATA {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: *mut *mut u8, _: *mut u32) -> NTSTATUS),
}