Function SQLExecDirectW

Source
pub unsafe extern "system" fn SQLExecDirectW(
    statementHandle: SQLHSTMT,
    statementText: *const SQLWCHAR,
    textLength: SQLINTEGER,
) -> SQLRETURN