[][src]Type Definition in3_sys::set_error_fn

type set_error_fn = Option<unsafe extern "C" fn(err: c_int, msg: *const c_char)>;

function to set error. Will only be called internally. default implementation is NOT MT safe!