Function g_utf8_strncpy

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