Function pyo3::ffi::PyUnicode_DecodeUTF16[][src]

pub unsafe extern "C" fn PyUnicode_DecodeUTF16(
    string: *const c_char,
    length: Py_ssize_t,
    errors: *const c_char,
    byteorder: *mut c_int
) -> *mut PyObject