Type Definition r_core::RIOReadAt[][src]

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