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