Function windows::Win32::Security::SetSecurityDescriptorSacl

pub unsafe fn SetSecurityDescriptorSacl<P0, P1>(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    bsaclpresent: P0,
    psacl: Option<*const ACL>,
    bsacldefaulted: P1,
) -> Result<()>
where P0: Param<BOOL>, P1: Param<BOOL>,