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