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