[][src]Function squirrel_sys::sq_compilebuffer

pub unsafe extern "C" fn sq_compilebuffer(
    v: HSQUIRRELVM,
    s: *const SQChar,
    size: SQInteger,
    sourcename: *const SQChar,
    raiseerror: SQBool
) -> SQRESULT