pub type BufferMapCallback = Box<dyn FnMut(MapAsyncStatus, String) + Send + 'static>;
pub struct BufferMapCallback(/* private fields */);