pub type BufferMapCallback = Box<dyn FnOnce(BufferAccessResult) + Send + 'static>;
struct BufferMapCallback(/* private fields */);