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.