pub unsafe extern "C" fn g_utf8_strncpy(
    dest: *mut i8,
    src: *const i8,
    n: usize
) -> *mut i8