``` r = pocket.put_buffer(p, src, size, dst_filename, jobid) ``` The current python API requires that src be a python string, and passing in a python bytes object throws an error. Is there a way to change the API/C++ dispatcher to allow me to pass in a bytes object?