unsafe extern "C" fn error_callback(message: *const c_char)
Error logging callback used by wrapped C implementation.
safe because it must be passed a valid pointer to null-terminated c-string.