pub type LegacyRpiPluginRegister = extern "C" fn(api: *const LegacyPluginApiV1, abi_version: u32) -> i32;
ABI v1 plugin entrypoint signature.