pub unsafe extern "C" fn g_utf8_substring(
    str: *const i8,
    start_pos: i64,
    end_pos: i64
) -> *mut i8