pub fn loads_bound<'py, B>( py: Python<'py>, data: &B, ) -> PyResult<Bound<'py, PyAny>>where B: AsRef<[u8]> + ?Sized,
Deserialize an object from bytes using the Python built-in marshal module.