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