Function GetKernelObjectSecurity
pub unsafe fn GetKernelObjectSecurity(
handle: HANDLE,
requestedinformation: u32,
psecuritydescriptor: Option<PSECURITY_DESCRIPTOR>,
nlength: u32,
lpnlengthneeded: *mut u32,
) -> Result<()>