pub unsafe fn RtlGetSaclSecurityDescriptor<P0>(
    securitydescriptor: P0,
    saclpresent: *mut BOOLEAN,
    sacl: *mut *mut ACL,
    sacldefaulted: *mut BOOLEAN,
) -> NTSTATUS
where P0: Param<PSECURITY_DESCRIPTOR>,