pub unsafe extern "system" fn GetSecurityDescriptorSacl(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    lpbsaclpresent: *mut BOOL,
    psacl: *mut *mut ACL,
    lpbsacldefaulted: *mut BOOL
) -> BOOL
Expand description

Required features: "Win32_Foundation"