#[no_mangle]
pub unsafe extern "C" fn u_write_ocall(
    error: *mut c_int,
    fd: c_int,
    buf: *const c_void,
    count: size_t
) -> ssize_t