devela::_dep::pyo3::ffi

Function PyUnicode_FromWideChar

pub unsafe extern "C" fn PyUnicode_FromWideChar(
    w: *const i32,
    size: isize,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.