pub type LogCallback = extern "C" fn(message: *const c_char);
A type alias for the C-style callback function pointer.