Function windows::Wdk::Storage::FileSystem::ZwQueryObject
pub unsafe fn ZwQueryObject<P0>(
handle: P0,
objectinformationclass: OBJECT_INFORMATION_CLASS,
objectinformation: Option<*mut c_void>,
objectinformationlength: u32,
returnlength: Option<*mut u32>,
) -> NTSTATUSwhere
P0: Param<HANDLE>,