Function windows::Win32::Security::GetUserObjectSecurity
pub unsafe fn GetUserObjectSecurity<P0>(
hobj: P0,
psirequested: *const u32,
psid: PSECURITY_DESCRIPTOR,
nlength: u32,
lpnlengthneeded: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,