Function windows::Win32::Security::SetFileSecurityW
pub unsafe fn SetFileSecurityW<P0, P1>(
lpfilename: P0,
securityinformation: OBJECT_SECURITY_INFORMATION,
psecuritydescriptor: P1,
) -> BOOLwhere
P0: Param<PCWSTR>,
P1: Param<PSECURITY_DESCRIPTOR>,