devela::_dep::pyo3::ffi

Function PyUnicode_AsWideChar

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