#[no_mangle]
pub unsafe extern "C" fn u_ftruncate64_ocall(
    error: *mut c_int,
    fd: c_int,
    length: off64_t
) -> c_int