NSIErrorHandler

Type Alias NSIErrorHandler 

Source
pub type NSIErrorHandler = Option<unsafe extern "C" fn(userdata: *mut c_void, level: c_int, code: c_int, message: *const c_char)>;

Aliased Type§

pub enum NSIErrorHandler {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, i32, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, i32, i32, *const i8))

Some value of type T.