Function g_strlcat

Source
pub unsafe extern "C" fn g_strlcat(
    dest: *mut gchar,
    src: *const gchar,
    dest_size: gsize,
) -> gsize