Type Definition wren_rust::ErrorFn [] [src]

type ErrorFn = Option<unsafe extern "C" fn(_: *mut WrenVM, _: WrenErrorType, _: *const c_char, _: c_int, _: *const c_char)>;