Function g_string_insert

pub unsafe extern "C" fn g_string_insert(
    string: *mut GString,
    pos: isize,
    val: *const i8,
) -> *mut GString