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

Required features: "Wdk_Foundation", "Win32_Foundation"