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