#[no_mangle] pub unsafe extern "C" fn ax_fcntl( fd: c_int, cmd: c_int, arg: usize ) -> c_int
fd
Manipulate file descriptor.
TODO: SET/GET command is ignored
SET/GET