pub unsafe extern "system" fn LsaEnumerateTrustedDomainsEx(
policyhandle: *const c_void,
enumerationcontext: *mut u32,
buffer: *mut *mut c_void,
preferedmaximumlength: u32,
countreturned: *mut u32
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"