pub unsafe extern "C" fn spp_from_serialized_proto(
    spp: *mut SentencePieceProcessor,
    data: *const c_char,
    len: usize
) -> c_int