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