pyo3::ffi

Function PyUnicode_EncodeUTF32

Source
pub unsafe extern "C" fn PyUnicode_EncodeUTF32(
    data: *const i32,
    length: isize,
    errors: *const i8,
    byteorder: i32,
) -> *mut PyObject
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here