main

Function main 

Source
pub fn main(
    args: Vec<String>,
    is_terminal: bool,
    w: impl Write + Send,
) -> OrtResult<c_int>