#[no_mangle]
pub unsafe extern "C" fn fcntl_arg1(
    fd: c_int,
    cmd: c_int,
    arg: c_int
) -> c_int