pub type ILookInStream = ILookInStream_;Aliased Type§
#[repr(C)]pub struct ILookInStream {
pub Look: Option<unsafe extern "C" fn(*const ILookInStream_, *mut *const c_void, *mut usize) -> i32>,
pub Skip: Option<unsafe extern "C" fn(*const ILookInStream_, usize) -> i32>,
pub Read: Option<unsafe extern "C" fn(*const ILookInStream_, *mut c_void, *mut usize) -> i32>,
pub Seek: Option<unsafe extern "C" fn(*const ILookInStream_, *mut i64, u32) -> i32>,
}Fields§
§Look: Option<unsafe extern "C" fn(*const ILookInStream_, *mut *const c_void, *mut usize) -> i32>§Skip: Option<unsafe extern "C" fn(*const ILookInStream_, usize) -> i32>§Read: Option<unsafe extern "C" fn(*const ILookInStream_, *mut c_void, *mut usize) -> i32>§Seek: Option<unsafe extern "C" fn(*const ILookInStream_, *mut i64, u32) -> i32>