pub unsafe fn SQLGetData( statementhandle: *mut c_void, columnnumber: u16, targettype: i16, targetvalue: Option<*mut c_void>, bufferlength: i64, strlen_or_indptr: Option<*mut i64>, ) -> i16