Function error_callback

Source
unsafe extern "C" fn error_callback(message: *const c_char)
Expand description

Error logging callback used by wrapped C implementation.

ยงSafety

safe because it must be passed a valid pointer to null-terminated c-string.