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

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"