Function windows::Win32::Security::GetSecurityDescriptorSacl
pub unsafe fn GetSecurityDescriptorSacl<P0>(
psecuritydescriptor: P0,
lpbsaclpresent: *mut BOOL,
psacl: *mut *mut ACL,
lpbsacldefaulted: *mut BOOL,
) -> Result<()>where
P0: Param<PSECURITY_DESCRIPTOR>,