#[no_mangle]
pub unsafe extern "C" fn u_clock_gettime_ocall(
    error: *mut c_int,
    clk_id: clockid_t,
    tp: *mut timespec
) -> c_int