[][src]Type Definition evil_janet::JanetCFunction

type JanetCFunction = Option<unsafe extern "C" fn(argc: i32, argv: *mut Janet) -> Janet>;