Type Alias StreamHandler

Source
pub type StreamHandler = Option<unsafe extern "C" fn(arg1: *const Image, arg2: *const c_void, arg3: usize) -> usize>;

Aliased Type§

pub enum StreamHandler {
    None,
    Some(unsafe extern "C" fn(*const _Image, *const c_void, usize) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _Image, *const c_void, usize) -> usize)

Some value of type T.