Rust supports `#[export_name = "..."]` as an alternative to `#[no_mangle]` that allows to customise exported name of various items.
Rust supports
#[export_name = "..."]as an alternative to#[no_mangle]that allows to customise exported name of various items.