pub unsafe extern "C" fn Interpreter_createFromFile(
file: *const i8,
) -> *mut Interpreter
Expand description
@brief create net from file. @param file given file. @return created net if success, NULL otherwise.
pub unsafe extern "C" fn Interpreter_createFromFile(
file: *const i8,
) -> *mut Interpreter
@brief create net from file. @param file given file. @return created net if success, NULL otherwise.