#include <oskit/flask/avc.h>OSKIT_COMDECL oskit_avc_remove_callback(oskit_avc_t *avc, oskit_avc_callback_t *callback);
This method removes the specified callback.
- avc
- The access vector cache.
- callback
- The callback.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.