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