devela::_dep::pyo3::ffi::marshal

Function PyMarshal_ReadObjectFromString

pub unsafe extern "C" fn PyMarshal_ReadObjectFromString(
    data: *const i8,
    len: isize,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.