Type Definition gsl_sys::gsl_stream_handler_t[][src]

type gsl_stream_handler_t = Option<unsafe extern "C" fn(label: *const c_char, file: *const c_char, line: c_int, reason: *const c_char)>;