pub unsafe extern "C" fn g_idle_add(
    function: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>,
    data: *mut c_void
) -> u32