Function windows::Win32::Security::GetKernelObjectSecurity
pub unsafe fn GetKernelObjectSecurity<P0>(
handle: P0,
requestedinformation: u32,
psecuritydescriptor: PSECURITY_DESCRIPTOR,
nlength: u32,
lpnlengthneeded: *mut u32,
) -> Result<()>where
P0: Param<HANDLE>,