Type Alias yara_sys::YR_STREAM

source ·
pub type YR_STREAM = _YR_STREAM;

Aliased Type§

struct YR_STREAM {
    pub user_data: *mut c_void,
    pub read: Option<unsafe extern "C" fn(_: *mut c_void, _: u64, _: u64, _: *mut c_void) -> u64>,
    pub write: Option<unsafe extern "C" fn(_: *const c_void, _: u64, _: u64, _: *mut c_void) -> u64>,
}

Fields§

§user_data: *mut c_void§read: Option<unsafe extern "C" fn(_: *mut c_void, _: u64, _: u64, _: *mut c_void) -> u64>§write: Option<unsafe extern "C" fn(_: *const c_void, _: u64, _: u64, _: *mut c_void) -> u64>