Function windows::Win32::Security::SetFileSecurityW

pub unsafe fn SetFileSecurityW<P0, P1>(
    lpfilename: P0,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: P1,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PSECURITY_DESCRIPTOR>,