#[no_mangle]
pub unsafe extern "C" fn u_fstat64_ocall(
    error: *mut c_int,
    fd: c_int,
    buf: *mut stat64
) -> c_int