pub fn add_hook(callback: Callback) -> Result<(), NroHookPluginMissing>
Expand description

A function to allow adding a hook for immediately after an NRO has been loaded.

Note: Requires the NRO hook plugin. Will return an error otherwise.