Type Definition squirrel::SQREADFUNC [] [src]

type SQREADFUNC = Option<extern "C" fn(_: SQUserPointer, _: SQUserPointer, _: SQInteger) -> SQInteger>;