#[neo_safe]
Mark a single exported function as safe in the manifest.
#[neo_safe] pub fn balance_of(owner: NeoByteString) -> NeoInteger { // Implementation }