fn get_callback_interface<'a>(
    callback_interfaces: &'a mut [CallbackInterface],
    name: &str
) -> Option<&'a mut CallbackInterface>