[][src]Function CCODE::SQLGetCursorName

pub unsafe extern "C" fn SQLGetCursorName(
    hstmt: SQLHSTMT,
    szCursor: *mut SQLCHAR,
    cbCursorMax: SQLSMALLINT,
    pcbCursor: *mut SQLSMALLINT
) -> SQLRETURN