[][src]Type Definition reaper_low::raw::HookCommandFn

type HookCommandFn = extern "C" fn(command_id: c_int, flag: c_int) -> bool;

Function pointer type for hook commands.