(ptr: &mut *const u128)
| 61 | } |
| 62 | |
| 63 | unsafe fn load_from_args(ptr: &mut *const u128) -> Self::Abi { |
| 64 | unimplemented!(); |
| 65 | } |
| 66 | |
| 67 | unsafe fn store_to_args(abi: Self::Abi, ptr: *mut u128) { |
| 68 | unimplemented!(); |
nothing calls this directly
no outgoing calls
no test coverage detected