pub type UserDataDestroyCallback = Box<dyn Fn() + 'static>;
pub struct UserDataDestroyCallback(/* private fields */);