Function ZwQueryObject
pub unsafe extern "system" fn ZwQueryObject(
handle: HANDLE,
objectinformationclass: OBJECT_INFORMATION_CLASS,
objectinformation: *mut c_void,
objectinformationlength: u32,
returnlength: *mut u32,
) -> NTSTATUS