[][src]Type Definition janet_ll::JanetCFunction

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