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