1 2 3 4 5 6 7 8
/// CopHINTHASH_get - macro function #[inline] #[allow(unsafe_op_in_unsafe_fn)] pub unsafe fn CopHINTHASH_get(c: *const COP) -> *mut COPHH { unsafe { (*c).cop_hints_hash as *mut COPHH } }