[][src]Function squirrel_sys::sq_compile

pub unsafe extern "C" fn sq_compile(
    v: HSQUIRRELVM,
    read: SQLEXREADFUNC,
    p: SQUserPointer,
    sourcename: *const SQChar,
    raiseerror: SQBool
) -> SQRESULT