rados_callback_t

@typedef rados_callback_t Callbacks for asynchrous operations take two parameters: - cb the completion that has finished - arg application defined data made available to the callback function

extern (C)
alias rados_callback_t = void function(rados_completion_t cb, void* arg)

Meta