()
| 23 | |
| 24 | #[unsafe(no_mangle)] |
| 25 | pub unsafe extern "C" fn src_ptr() -> *mut u8 { |
| 26 | with_runtime(|rt| rt.src.as_mut_ptr()) |
| 27 | } |
| 28 | |
| 29 | #[unsafe(no_mangle)] |
| 30 | pub unsafe extern "C" fn out_ptr() -> *const u8 { |
nothing calls this directly
no test coverage detected