Function g_log_set_writer_func
pub unsafe extern "C" fn g_log_set_writer_func(
func: Option<unsafe extern "C" fn(u32, *const GLogField, usize, *mut c_void) -> i32>,
user_data: *mut c_void,
user_data_free: Option<unsafe extern "C" fn(*mut c_void)>,
)