Function SQLExecDirect

Source
pub unsafe extern "C" fn SQLExecDirect(
    hstmt: SQLHSTMT,
    szSqlStr: *mut SQLCHAR,
    cbSqlStr: SQLINTEGER,
) -> SQLRETURN