pub unsafe fn SetFileSecurityA<P0, P1>(
    lpfilename: P0,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: P1
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PSECURITY_DESCRIPTOR>,