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