pub unsafe fn LsaEnumerateTrustedDomains<P0>(
    policyhandle: P0,
    enumerationcontext: *mut u32,
    buffer: *mut *mut c_void,
    preferedmaximumlength: u32,
    countreturned: *mut u32,
) -> NTSTATUS
where P0: Param<LSA_HANDLE>,