#[no_mangle]
pub unsafe extern "C" fn u_munmap_ocall(
    error: *mut c_int,
    start: *mut c_void,
    length: size_t
) -> c_int