pub unsafe extern "system" fn GetSecurityDescriptorDacl(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    lpbdaclpresent: *mut BOOL,
    pdacl: *mut *mut ACL,
    lpbdacldefaulted: *mut BOOL
) -> BOOL
Expand description

Required features: "Win32_Foundation"