A function from Rust that built as static library called in C
// Rust fn message() -> String // C int main() { message() }