Type Definition r_core::RIOWriteAt[][src]

pub type RIOWriteAt = Option<unsafe extern "C" fn(io: *mut RIO, addr: c_ulonglong, buf: *const c_uchar, len: c_int) -> bool>;