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