Function windows::Wdk::Foundation::NtQueryObject

pub unsafe fn NtQueryObject<P0>(
    handle: P0,
    objectinformationclass: OBJECT_INFORMATION_CLASS,
    objectinformation: Option<*mut c_void>,
    objectinformationlength: u32,
    returnlength: Option<*mut u32>
) -> NTSTATUS
where P0: Param<HANDLE>,