pub unsafe fn ObReferenceObjectByPointerWithTag<P0>(
    object: *const c_void,
    desiredaccess: u32,
    objecttype: P0,
    accessmode: i8,
    tag: u32,
) -> NTSTATUS
where P0: Param<POBJECT_TYPE>,