pub fn run_load_bytes( py: Python<'_>, string: &[u8], parse_float: Option<PyObject>, parse_int: Option<PyObject>) -> PyResult<PyObject>