pub unsafe extern "C" fn g_queue_push_nth_link(
    queue: *mut GQueue,
    n: i32,
    link_: *mut GList
)