pub unsafe extern "C" fn dpiStmt_fetchRows( stmt: *mut dpiStmt, maxRows: u32, bufferRowIndex: *mut u32, numRowsFetched: *mut u32, moreRows: *mut c_int, ) -> c_int