devela::_dep::pyo3::ffi

Function PyUnicode_AsWideCharString

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