Function windows::Wdk::System::SystemServices::ObReferenceObjectByPointerWithTag
pub unsafe fn ObReferenceObjectByPointerWithTag<P0>(
object: *const c_void,
desiredaccess: u32,
objecttype: P0,
accessmode: i8,
tag: u32,
) -> NTSTATUSwhere
P0: Param<POBJECT_TYPE>,