Function g_log_set_default_handler

pub unsafe extern "C" fn g_log_set_default_handler(
    log_func: Option<unsafe extern "C" fn(*const i8, u32, *const i8, *mut c_void)>,
    user_data: *mut c_void,
) -> Option<unsafe extern "C" fn(*const i8, u32, *const i8, *mut c_void)>