Function asEngine_RegisterObjectMethod

Source
pub unsafe extern "C" fn asEngine_RegisterObjectMethod(
    e: *mut asIScriptEngine,
    obj: *const c_char,
    declaration: *const c_char,
    funcPointer: asFUNCTION_t,
    callConv: asDWORD,
    auxiliary: *mut c_void,
) -> c_int