Skip to main content

YR_STREAM

Type Alias YR_STREAM 

Source
pub type YR_STREAM = _YR_STREAM;

Aliased Type§

#[repr(C)]
pub 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>