pa_free_cb_t

A generic free() like callback prototype

extern (C)
alias pa_free_cb_t = void function
(
void* p
)

Meta