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