#[patch_entry]
Mark patch entry point with initialization
#[patch_entry] pub fn init() -> Result<(), String> { // initialization code Ok(()) }