windows::Win32::Security

Function SetFileSecurityA

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