Function g_strlcpy

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