macro_rules! entry { ($path:path) => { ... }; }
Defines the entry point.
Must have the following signature: fn(Option<&CStr>) -> i32.
fn(Option<&CStr>) -> i32