[][src]Type Definition nsi_sys::NSIErrorHandler_t

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