Function GetFileSecurityW
pub unsafe fn GetFileSecurityW<P0>(
lpfilename: P0,
requestedinformation: u32,
psecuritydescriptor: Option<PSECURITY_DESCRIPTOR>,
nlength: u32,
lpnlengthneeded: *mut u32,
) -> BOOLwhere
P0: Param<PCWSTR>,