Function windows::Win32::Security::GetSecurityDescriptorDacl
pub unsafe fn GetSecurityDescriptorDacl<P0>(
psecuritydescriptor: P0,
lpbdaclpresent: *mut BOOL,
pdacl: *mut *mut ACL,
lpbdacldefaulted: *mut BOOL,
) -> Result<()>where
P0: Param<PSECURITY_DESCRIPTOR>,